Welcome![Sign In][Sign Up]
Location:
Search - mfc spy

Search list

[Hook apiHookImport_src

Description: Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is useful when for example you want to be called for every call to the file system (::CreateFile() & CloseHandle()) which your app makes. This example of hooking the file system calls your app makes could form the basis of code to ensure you do not have any handle leaks in your application. You could also use this code to spy on COM port activity in remote processes by injecting the DLL into the remote process. -MFC source code for a function w hich can be used to hook any imported function ca ll which makes your application. Since most of t he Win32 API is implemented using import functi ons in dlls. this means that you hook Win32 API calls. This is for example useful when you want to be called for every call to the file system (: : CreateFile ()
Platform: | Size: 6252 | Author: l | Hits:

[Process-Threadsameprocess

Description: 如果您对IE4.0熟悉的话,你将知道在Internet Settings高级设置中有一个选项:“在新的进程中浏览(英文:Browse in a New Process)”,如果你把它前面的对钩去掉,然后运行IE,并打开任务管理器查看所有进程,你将会发现没有新的IExplorer.exe进程出现。反之,则新的IExplorer.exe进程出现。 当我们需要许多数据在程序实例之间共享的时候,这种能使多个实例运行在同一个进程空间的程序是非常有用的。它的实现很简单,众所周知,启动任何一个应用程序有两种途径,要么通过浏览器要么通过API调用诸如CreateProcess。首先侦察特定的窗口类是否存在,如果不存在,就创建一个新的窗口类,如果存在,那么使最近创建的进程发送一个消息到已存在的窗口,并使新近运行的实例窗口处于激活状态,先前的程序实例将启动一个单独的线程。 在此示例中,作者采用了一个MFC MDI程序,即使有多个程序实例在运行,任务管理器或者进程查看器(Process Viewer)将只会显示一个进程,当如果用WINDOWS自带程序SPY++查看,您将会发现该进程拥有许多线程,并且不同的MDI窗口集合分别属于不同的线程-seemed familiar with the case, You will know that the Internet Advanced Settings, there is a choice : "In the new process here (in English : Browse in a New Process)" If you put it right in front of the hook removed, and then run IE, and open the Task Manager View all process, You will find no new IExplorer.exe process. Instead, the new IExplorer.exe process. When we needed the procedure much of the data shared between the examples, This can run multiple instances of a process in the same space procedure is very useful. It is very simple to achieve, as we all know, launching an application of any two channels either through the browser or through API calls such as CreateProcess. First reconnaissance particular window class existence, if they do not exist, create a new window type
Platform: | Size: 47300 | Author: 苏语 | Hits:

[Hook apimfcspy_src

Description: MFC Spy: 读取MFC 程序的结构/消息映射
Platform: | Size: 48609 | Author: CrLF0710 | Hits:

[Othermfcspy2

Description: 把那个放大镜拖到mfc写的程序的窗口上,如securecrt,vc6等,松开鼠标就能看到一些内部函数地址了。如oninitdialog,onok什么的一目了然。拖到子窗口如铵钮上时,可以看出其id,当然,这个工作也可以由spy++完成。结合其父窗口message map的输出,还可以知道当点击这个按钮时,会跳到哪段程序上执行
Platform: | Size: 80318 | Author: sky | Hits:

[Windows Developmfcspy

Description: 查看mfc程序内部的秘密-see the things under the hood in mfc programs
Platform: | Size: 128000 | Author: 章峰 | Hits:

[Hook apiHookImport_src

Description: Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is useful when for example you want to be called for every call to the file system (::CreateFile() & CloseHandle()) which your app makes. This example of hooking the file system calls your app makes could form the basis of code to ensure you do not have any handle leaks in your application. You could also use this code to spy on COM port activity in remote processes by injecting the DLL into the remote process. -MFC source code for a function w hich can be used to hook any imported function ca ll which makes your application. Since most of t he Win32 API is implemented using import functi ons in dlls. this means that you hook Win32 API calls. This is for example useful when you want to be called for every call to the file system (: : CreateFile ()
Platform: | Size: 6144 | Author: l | Hits:

[Process-Threadsameprocess

Description: 如果您对IE4.0熟悉的话,你将知道在Internet Settings高级设置中有一个选项:“在新的进程中浏览(英文:Browse in a New Process)”,如果你把它前面的对钩去掉,然后运行IE,并打开任务管理器查看所有进程,你将会发现没有新的IExplorer.exe进程出现。反之,则新的IExplorer.exe进程出现。 当我们需要许多数据在程序实例之间共享的时候,这种能使多个实例运行在同一个进程空间的程序是非常有用的。它的实现很简单,众所周知,启动任何一个应用程序有两种途径,要么通过浏览器要么通过API调用诸如CreateProcess。首先侦察特定的窗口类是否存在,如果不存在,就创建一个新的窗口类,如果存在,那么使最近创建的进程发送一个消息到已存在的窗口,并使新近运行的实例窗口处于激活状态,先前的程序实例将启动一个单独的线程。 在此示例中,作者采用了一个MFC MDI程序,即使有多个程序实例在运行,任务管理器或者进程查看器(Process Viewer)将只会显示一个进程,当如果用WINDOWS自带程序SPY++查看,您将会发现该进程拥有许多线程,并且不同的MDI窗口集合分别属于不同的线程-seemed familiar with the case, You will know that the Internet Advanced Settings, there is a choice : "In the new process here (in English : Browse in a New Process)" If you put it right in front of the hook removed, and then run IE, and open the Task Manager View all process, You will find no new IExplorer.exe process. Instead, the new IExplorer.exe process. When we needed the procedure much of the data shared between the examples, This can run multiple instances of a process in the same space procedure is very useful. It is very simple to achieve, as we all know, launching an application of any two channels either through the browser or through API calls such as CreateProcess. First reconnaissance particular window class existence, if they do not exist, create a new window type
Platform: | Size: 47104 | Author: 苏语 | Hits:

[Hook apimfcspy_src

Description: MFC Spy: 读取MFC 程序的结构/消息映射-MFC Spy: read MFC program structure/Message Mapping
Platform: | Size: 48128 | Author: CrLF0710 | Hits:

[DirextXdirectui_demo

Description: DirectUI技术的应用,非常实用的一个例子。比如MSN,用spy++查看不到它界面上的任何控件,看起来都是像贴了图片的,能实现软件好看的皮肤-DirectUI technology, a very practical example. Such as MSN, with spy++ See less than any of its interface controls, all seem to paste a picture like that can realize the software good-looking skin
Platform: | Size: 5498880 | Author: 陈北天 | Hits:

[Othermfcspy2

Description: 把那个放大镜拖到mfc写的程序的窗口上,如securecrt,vc6等,松开鼠标就能看到一些内部函数地址了。如oninitdialog,onok什么的一目了然。拖到子窗口如铵钮上时,可以看出其id,当然,这个工作也可以由spy++完成。结合其父窗口message map的输出,还可以知道当点击这个按钮时,会跳到哪段程序上执行 -Mfc drag the magnifying glass to write a window procedure, for example, securecrt, vc6, etc. Release the mouse will be able to see some internal function address. If oninitdialog, onok what at a glance. Drag the child window, such as when ammonium button, one can see their id, of course, this work can also be spy++ Completed. Combination of his father, a window message map output, but also know that when clicking on this button will jump to the implementation of procedures which paragraph
Platform: | Size: 79872 | Author: sky | Hits:

[GUI DevelopMy_spy_plusplus

Description: 模仿微软spy++的程序,是学习mfc的好工具-Mimic Microsoft spy++ The procedure is a good tool for studying mfc
Platform: | Size: 282624 | Author: 大圣 | Hits:

[Windows DevelopNativeDDEexample

Description: Native C++ (without MFC) DDE basic examples. Does NOT use "DDE spy" method, which means, it supports UNICODE and allows to read/write unlimited bytes in the DDE message. DDE - Primitive method to perform out-of-process call. Can be used to automate office applications (and other that supports DDE). Also can be used to spy DDE operations being used by the system (usually explorer).
Platform: | Size: 3695616 | Author: greenfuze | Hits:

[Windows DevelopSpy_Mfc

Description: MFC 程序的SPY,可以得到MFC程序的消息入口。-MFC program SPY, MFC program information can be imported.
Platform: | Size: 231424 | Author: sun nian zhong | Hits:

[Dialog_Windowtime-1.0

Description: 桌面时钟 更新 增加嵌入桌面功能,即使点击“显示桌面”时钟也不会隐藏。 实现方法:查看spy++ ,点击“显示桌面”后,类名为“WorkerW”窗口之上的窗口都可以显示。因此,可以改变时钟Z序至 “WorkerW”上。 求助:据网上资料可知,嵌入桌面可以通过将窗口设置为“Progman”的子窗口实现,但本人通过MFC的setparent()函数没能实现。希望哪位高手能够将实现的源代码发给我,小弟不胜感激。邮箱:yang_shu_ren@126.com-desktop clock 1.0
Platform: | Size: 27648 | Author: 杨树仁 | Hits:

[OS programWindowProcess-spy

Description: MFC 下窗口进程信息查看小工具,可辅助进行进程功能开发。-The information window MFC process under the view of the process of development tools, function of auxiliary.
Platform: | Size: 137216 | Author: hello999 | Hits:

[Windows DevelopFinderToolDemo2017-11-21 22-19-07

Description: MFC编写完全类同于SPY,的窗口或者控件,句柄并取器,支持高分辨率显示器(MFC writes a window or control that is exactly like SPY, handles and registers, supports high-resolution displays)
Platform: | Size: 20480 | Author: SDXIAO | Hits:

CodeBus www.codebus.net